Integer to English Words

Convert a non-negative integer to its english words representation. Given input is guaranteed to be less than 231 – 1. [Problem Link] Create a list of numbers for which you have to know the text. For example, there is no way you could come up with text for 1-9, 10-20, 30, 40… without knowing them! … Continue reading Integer to English Words